@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
.bg {
  background: #2d3492;
}
.c {
  color: #2d3492;
}
.bg2 {
  background: #0e77ba;
}
.c2 {
  color: #0e77ba;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 0 !important;
}
.pagination > li {
  margin: 0 5px;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li:last-child .iconfont,
.pagination > li:nth-child(1) .iconfont {
  font-size: 30px;
  line-height: 30px;
}
.pagination > li {
  margin: 0 5px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > li {
  margin: 0 3px;
}
.pagination .active span {
  background-color: #fff;
  border-color: #2d3492 !important;
  color: #2d3492;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #2d3492 !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #2d3492 !important;
  color: #2d3492 !important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 12px;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1;
}
.pagination > li.active a,
.pagination > li.active span {
  color: #2d3492 !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.foot-fot {
  background: #2D3333;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #2d3492;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
header .logo img {
  height: 2.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
.container {
  padding: 0 21.8125rem;
  width: 100%;
  max-width: 100%;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #2d3492;
}
.searchbox {
  border-color: #2d3492;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #2d3492;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #2d3492;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 8rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 5.3125rem;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #f7f7f7;
}
header .logo {
  height: 3.375rem;
}
header .right {
  cursor: pointer;
  margin: 0 1.5rem 0 1.25rem;
}
header .right .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #2c2c2c;
}
header .right1 {
  color: #2c2c2c;
  display: flex;
  align-items: center;
}
header .right1 .iconfont {
  font-size: 1.5rem;
  display: block;
  margin-right: 0.375rem;
}
header .center > ul > li {
  float: left;
  padding: 0 1.125rem;
}
header .center > ul > li > a {
  position: relative;
  font-size: 1rem;
  color: #2c2c2c;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0e77ba;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  color: #ffffff;
  font-size: 3.5rem;
  line-height: 4.375rem;
  font-weight: 600;
  text-align: center;
}
.banner .hover .p2 {
  font-size: 30px;
  color: #0e77ba;
  line-height: 3.125rem;
  background: #2d3492;
  margin: 1.5rem 0 3.5rem;
  display: inline-block;
  font-weight: 600;
  padding: 0 1.25rem;
  text-align: center;
}
.banner .hover .tel {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.banner .hover .tel .mo {
  line-height: 1.875rem;
  border-radius: 3.125rem;
  border: 1px solid #fff;
  width: 8.125rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  margin-left: 3rem;
}
.banner .hover .tel .mo:hover {
  border-color: #0e77ba;
  color: #0e77ba;
}
.banner .swiper-button-white {
  background-size: 2rem 2rem;
}
.banner .swiper-button-next {
  right: 2.5rem;
}
.banner .swiper-button-prev {
  left: 2.5rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
body {
  padding-top: 5.3125rem;
}
.subtitle {
  color: #888888;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 1rem;
}
.index_one {
  padding: 7.5rem 0;
}
.index_two {
  padding: 7.5rem 0;
  position: relative;
  z-index: 9;
}
.index_two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background: url(../img/1.jpg) no-repeat;
  z-index: -1;
  background-position: center bottom;
  opacity: 0.58;
}
.index_two .swiper-slide .name {
  line-height: 2.6875rem;
  background: #2d3492;
  color: #fff;
  padding: 0 0.9375rem;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper-slide .hover {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: rgba(102, 102, 102, 0.3);
  font-size: 1.375rem;
  color: #fff;
  width: 100%;
  height: 100%;
}
.index_two .swiper-slide .hover div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
}
.index_two .swiper-slide:hover .hover {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper-slide:hover .name {
  background: #0e77ba;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper-slide:hover img {
  transform: scale(1.1);
}
.title {
  font-size: 1.875rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #000;
}
.title span {
  padding-bottom: 0.875rem;
  position: relative;
  display: inline-block;
}
.title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.3125rem;
  height: 0.125rem;
  background: #0e77ba;
}
.title.tabefore span::before {
  left: 50%;
  transform: translateX(-50%);
}
.text {
  font-size: 1rem;
  color: #333333;
  line-height: 1.75rem;
}
.index_one {
  position: relative;
  z-index: 9;
}
.index_one .right {
  padding-left: 3.125rem;
}
.index_one .right .text {
  text-align: justify;
  margin-top: 1.25rem;
}
.index_one .ul {
  margin-top: 3.75rem;
}
.index_one .ul li {
  text-align: center;
  border-right: 1px solid #eaeaea;
}
.index_one .ul li:last-child {
  border-right: none;
}
.index_one .ul li .num {
  font-size: 1.25rem;
  font-weight: 600;
  color: #434343;
}
.index_one .ul li .num span {
  font-size: 2.75rem;
  margin-right: 0.25rem;
}
.index_one .ul li .text {
  color: #777777;
  margin-top: 0.25rem;
}
.index_one::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background: url(../img/2.jpg) no-repeat;
  z-index: -1;
  background-position: center bottom;
  opacity: 0.4;
}
.index_three {
  padding: 7.5rem 0;
  background: url(../img/3.jpg) no-repeat;
  background-size: cover;
}
.index_three .subtitle {
  color: #cccccc;
}
.index_three ul {
  display: flex;
}
.index_three ul li {
  display: flex;
  width: 33.3%;
  flex-wrap: wrap;
}
.index_three ul li:nth-child(even) .bot {
  order: 1;
}
.index_three ul li:nth-child(even) .top {
  order: 2;
}
.index_three ul li:nth-child(even) .top::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #fff;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  z-index: 9;
}
.index_three ul li .top,
.index_three ul li .bot {
  width: 100%;
  height: 15rem;
}
.index_three ul li .top img,
.index_three ul li .bot img {
  object-fit: cover;
  height: 100%;
}
.index_three ul li .bot .hover {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.8s;
  -webkit-transform: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1.375rem;
  color: #fff;
  width: 100%;
  height: 100%;
}
.index_three ul li .bot .hover div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
}
.index_three ul li .bot:hover .hover {
  transform: scale(1);
  transition: all 0.8s;
  -webkit-transform: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.index_three ul li .top {
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  position: relative;
}
.index_three ul li .top::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 0.625rem solid transparent;
  border-top: 0.625rem solid #fff;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  z-index: 9;
}
.index_three ul li .top .name {
  color: #222222;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
  font-weight: 600;
}
.index_three ul li .top .text {
  color: #555555;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.index_four {
  padding: 7.5rem 0 6.25rem;
  position: relative;
}
.index_four::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background: url(../img/1.jpg) no-repeat;
  z-index: -1;
  background-position: center bottom;
  opacity: 0.58;
}
.index_four ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.875rem 0 2.1875rem;
}
.index_four ul li {
  margin: 0 0.25rem;
  width: 10rem;
  text-align: center;
  line-height: 2.5rem;
}
.index_four ul li a {
  color: #434343;
  font-size: 1rem;
  background-color: #f0f1f7;
}
.index_four ul li:hover a,
.index_four ul li.active a {
  background: #2d3492;
  color: #fff;
}
.index_four .sum > div {
  display: none;
}
.index_four .sum > div.active {
  display: block;
}
.suqer_pro {
  border: 1px solid #eeeeee;
  padding: 1rem;
  margin: 0.9375rem 0;
  background: #fff;
}
.suqer_pro .name {
  color: #5a5a5a;
  font-size: 1rem;
}
.suqer_pro:hover {
  border-color: #2d3492;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqer_pro:hover img {
  transform: scale(1.1);
}
.suqer_pro:hover .name {
  color: #2d3492;
}
.index_five {
  padding: 7.5rem 0;
  background-color: #f2f2f2;
}
.index_five .picList li {
  width: 20%;
  padding: 0 0.625rem;
}
.index_five .tempWrap {
  width: 100% !important;
}
.index_six {
  padding: 5.625rem 0 3.75rem;
}
.index_six .name {
  font-size: 1rem;
  margin-top: 0.625rem;
  color: #333333;
  height: 3rem;
  line-height: 1.5rem;
}
.index_six .data {
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  color: #929292;
}
.index_six .squera_news:hover img {
  transform: scale(1.1);
}
.index_six .squera_news:hover .name {
  color: #2d3492;
}
.index_six .more {
  width: 10rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 3.125rem;
  background: #2d3492;
  color: #fff;
  font-size: 0.875rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .more:hover {
  background: #0e77ba;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: url(../img/4.jpg) no-repeat;
  background-size: cover;
  padding: 3.125rem 0 2.1875rem;
}
footer .left {
  width: 13%;
  float: left;
}
footer .name {
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
footer .text {
  color: #d9d9d9;
  font-size: 0.875rem;
  line-height: 2rem;
}
footer .tel {
  display: flex;
  align-items: center;
}
footer .tel .left {
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .tel .left img {
  width: 1.375rem;
}
footer .tel .right {
  width: calc(100% - 3.125rem);
  padding-left: 0.625rem;
}
footer .tel .right div {
  font-size: 1.75rem;
  color: #0e77ba;
  font-weight: 600;
}
footer .tel .right p {
  color: #ffffff;
  font-size: 0.875rem;
}
footer .text1 {
  font-size: 0.875rem;
  margin-top: 1.875rem;
  line-height: 1.75rem;
  color: #ffffff;
}
footer .center {
  width: 30%;
  float: left;
  padding-left: 2rem;
}
footer .right {
  color: #ffffff;
  font-size: 0.875rem;
}
footer .right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .right li {
  margin-left: 2.5rem;
  text-align: center;
}
footer .right li img {
  width: 7.1875rem;
}
.beian {
  background: #2d3492;
  padding: 1rem 0;
  text-align: center;
}
.beian .text {
  font-size: 0.875rem;
  color: #fff;
}
.nyban .p1 {
  font-size: 3.125rem;
  line-height: 4.375rem;
  font-weight: 600;
  color: #fff;
}
.nyban .p2 {
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 2.5rem;
  color: #fff;
  margin: 0.5rem 0 1.5rem;
}
.nyban .p3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
  color: #ffff00;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.list_culture .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #2d3492;
}
.list_culture .text {
  font-size: 0.875rem;
  color: #777777;
  line-height: 1.5rem;
}
.list_culture .top {
  height: 50%;
}
.p100 {
  padding: 5rem 0;
}
.list_culture_two {
  background-color: #f5f5f5;
}
.list_culture_two li {
  text-align: center;
}
.list_culture_two .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin: 2rem 0 1.5rem;
  color: #2d3492;
}
.list_culture_two img {
  height: 6.25rem;
}
.list_culture_two .text {
  font-size: 1rem;
  color: #777777;
  line-height: 1.5rem;
}
.list_honor .ul li {
  margin-bottom: 1.875rem;
}
.list_honor .ul li > div {
  border: 1px solid #d9d9d9;
}
.list_base .subtitle {
  padding: 0 7.5rem;
}
.list_base .padding {
  padding: 0 5rem;
}
.list_base .mySwiper {
  margin-top: 0.625rem;
}
.list_parent .ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
}
.list_parent .ul li {
  width: 20%;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}
.list_parent .ul li > div {
  border: 1px solid #f2f2f2;
}
.list_parent .ul li:hover > div {
  border-color: #2d3492;
}
.list_contact {
  background: #f5f5f5;
}
.list_contact .left .text {
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_contact .left ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 3.75rem;
}
.list_contact .left ul li {
  text-align: center;
}
.list_contact .left ul li:nth-child(1) {
  margin-right: 3.125rem;
}
.list_contact .left ul li .img {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 0.3125rem;
}
.list_contact .left ul li img {
  width: 8.75rem;
}
.list_contact .left ul li .text {
  margin-top: 0.625rem;
}
.show_pro .name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  color: #333333;
  margin-bottom: 1.25rem;
}
.show_pro .left .over {
  border: 1px solid #ddd;
}
.show_pro .text {
  font-size: 1rem;
  line-height: 2.125rem;
  color: #333333;
}
.show_pro .bot {
  margin-top: 1.25rem;
}
.show_pro .bot .swiper-slide {
  border: 1px solid #ddd;
}
.show_pro .bot .swiper-slide-thumb-active {
  border: 1px solid #2d3492;
}
.show_pro .padding {
  padding: 0 2.5rem;
}
.show_pro .swiper-button-black {
  width: 1.875rem;
  height: 100%;
  top: 0;
  transform: translateY(0);
  margin-top: 0;
  background-size: 1.25rem 1.25rem;
  background-color: #fff;
}
.show_pro .swiper-button-next {
  right: 0;
}
.show_pro .swiper-button-prev {
  left: 0;
}
.show_pro .margin {
  width: 40%;
  margin: 0 auto;
}
.show_pro_two {
  background: #f5f5f5;
}
.show_pro_two td {
  border: 1px solid #ddd;
}
.list_news .data {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0.25rem 0 0.5rem;
  color: #999999;
}
.list_news .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #434343;
}
.list_news .text {
  color: #777777;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.list_news .left ul li {
  margin-bottom: 2.8125rem;
}
.list_news .left ul li:hover .name {
  color: #2d3492;
}
.list_news .left ul li:hover img {
  transform: scale(1.1);
}
.list_news .left,
.show_news .left {
  padding-right: 3.125rem;
}
.list_news form input,
.show_news form input {
  background: #2d3492;
  color: #fff;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  line-height: 2.5rem;
  width: calc(100% - 3.125rem);
}
.list_news form input::-webkit-input-placeholder,
.show_news form input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #fff;
}
.list_news form input::-moz-input-placeholder,
.show_news form input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #fff;
}
.list_news form input::-ms-input-placeholder,
.show_news form input::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #fff;
}
.list_news form button,
.show_news form button {
  width: 3.125rem;
  background: #000;
  line-height: 2.5rem;
  border: none;
}
.list_news form button .iconfont,
.show_news form button .iconfont {
  font-size: 1.25rem;
  color: #fff;
  display: block;
}
.list_news form .contact,
.show_news form .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_news .right > div,
.show_news .right > div {
  background: #f5f5f5;
  padding: 1.875rem;
}
.list_news .right .list .name,
.show_news .right .list .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 0 0 0.625rem;
  color: #434343;
}
.list_news .right .list ul li a,
.show_news .right .list ul li a {
  padding: 0.875rem 0;
  font-size: 1rem;
  padding-left: 1.875rem;
  position: relative;
  border-bottom: 1px solid #dddddd;
  color: #2d3492;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .right .list ul li a::before,
.show_news .right .list ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 0.125rem;
  background: #2d3492;
}
.list_news .right .list ul li:hover a,
.show_news .right .list ul li:hover a,
.list_news .right .list ul li.active a,
.show_news .right .list ul li.active a {
  padding-left: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .right .list ul li:hover a::before,
.show_news .right .list ul li:hover a::before,
.list_news .right .list ul li.active a::before,
.show_news .right .list ul li.active a::before {
  width: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #333333;
}
.show_news .data {
  padding: 0.625rem 0 0.9375rem;
  font-size: 0.75rem;
  line-height: 1.875rem;
  color: #888888;
}
.show_news .data span {
  margin-right: 1.25rem;
}
.show_news .text {
  color: #434343;
  font-size: 0.875rem;
  line-height: 1.75rem;
}
.shangxia {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  color: #434343;
  line-height: 1.875rem;
}
.shangxia > div {
  display: flex;
}
.list_join ul {
  margin-top: 2.5rem;
}
.list_join ul li {
  border: 1px solid #ddd;
}
.list_join ul li .top {
  line-height: 3.125rem;
  padding: 0 1.875rem;
  border-bottom: 1px solid #ddd;
  font-size: 1.125rem;
  font-weight: 600;
}
.list_join ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 1.25rem 1.875rem;
}
@media (max-width: 1440px) {
  .nyban .p1 {
    font-size: 2.6rem;
    line-height: 4rem;
  }
  .nyban .p2 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 1280px) {
  header .center > ul > li {
    padding: 0 0.75rem;
  }
}
@media (max-width: 990px) {
  header,
  footer {
    display: none;
  }
  .banner .hover .p1 {
    font-size: 30px;
    line-height: 50px;
  }
  .banner .hover .p2 {
    font-size: 22px;
    line-height: 36px;
    margin: 10px 0 20px;
  }
  .banner .hover .tel {
    font-size: 16px;
  }
  .banner .hover .tel .mo {
    margin-left: 20px;
  }
  .index_one .right {
    padding-left: 1.5rem;
  }
  .index_six .col-md-6:nth-child(1),
  .index_six .col-md-6:nth-child(2) {
    margin-bottom: 30px;
  }
  .nyban .img img {
    height: 40vh;
    object-fit: cover;
  }
  .list_contact .left ul {
    margin-top: 1.75rem;
  }
  .list_news .left,
  .show_news .left {
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .show_pro .margin {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .banner .img img {
    height: 50vh;
    object-fit: cover;
  }
  .list_news .left ul li .col-md-9 {
    margin-top: 15px;
  }
  .list_news .left ul li {
    margin-bottom: 25px;
  }
  .banner .hover .p1 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner .hover .p2 {
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0 20px;
  }
  .banner .hover .tel {
    font-size: 12px;
  }
  .banner .swiper-button-white {
    background-size: 20px 20px;
  }
  .banner .swiper-button-next {
    right: 5px;
  }
  .banner .swiper-button-prev {
    left: 5px;
  }
  .index_one,
  .index_two,
  .index_three,
  .index_four,
  .index_five,
  .index_six,
  .p100 {
    padding: 25px 0;
  }
  .title {
    font-size: 22px;
  }
  .title span {
    padding-bottom: 10px;
  }
  .index_one .right {
    padding-left: 15px;
    margin-top: 15px;
  }
  .index_one .ul {
    margin-top: 25px;
  }
  .index_one .ul li .num span {
    font-size: 30px;
  }
  .index_one .ul li:nth-child(2) {
    border-right: none;
  }
  .index_one .ul li:nth-child(2),
  .index_one .ul li:nth-child(1) {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
  }
  .index_one .ul li:nth-child(3),
  .index_one .ul li:nth-child(4) {
    padding-top: 15px;
  }
  .subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .index_two .swiper-pagination {
    bottom: 0;
  }
  .index_two .swiper-container {
    padding-bottom: 35px;
    margin-top: 15px;
  }
  .index_two .swiper-pagination-bullet-active {
    background: #2d3492;
  }
  .index_three ul {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .index_three ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .index_three ul li:last-child {
    margin-bottom: 0;
  }
  .index_three ul li .top {
    padding: 25px 15px;
  }
  .index_three ul li .top .name {
    margin-bottom: 5px;
  }
  .index_three ul li:nth-child(even) .bot {
    order: 2;
  }
  .index_three ul li:nth-child(even) .top {
    order: 1;
  }
  .index_three ul li .top::before {
    display: none;
  }
  .index_three ul li .top,
  .index_three ul li .bot {
    height: auto;
  }
  .suqer_pro {
    margin: 8px 0;
  }
  .index_four .sum > div .col-6:nth-child(odd) {
    padding-right: 8px;
  }
  .index_four .sum > div .col-6:nth-child(even) {
    padding-left: 8px;
  }
  .index_four ul {
    margin: 15px 0;
  }
  .index_five .mt50 {
    margin-top: 15px;
  }
  .index_five .picList li {
    width: 40%;
  }
  .mt50 {
    margin-top: 15px;
  }
  .index_six .col-md-6:nth-child(1),
  .index_six .col-md-6:nth-child(2) {
    margin-bottom: 20px;
  }
  .beian {
    padding: 10px 0;
  }
  .beian .text {
    line-height: 20px;
  }
  .nyban .p1 {
    font-size: 22px;
    line-height: 34px;
  }
  .nyban .p2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 5px;
  }
  .nyban .p3 {
    font-size: 14px;
  }
  .list_base .subtitle {
    padding: 0;
  }
  .list_base .swiper-button-white {
    background-size: 24px 24px;
  }
  .list_contact .left {
    margin-bottom: 20px;
  }
  .list_contact .left ul li:nth-child(1) {
    margin-right: 2.125rem;
  }
  .list_contact .left ul li img {
    width: 6.75rem;
  }
  .list_culture .top {
    height: auto;
    margin-bottom: 15px;
  }
  .list_culture .left {
    text-align: left;
  }
  .list_culture_two li {
    margin-bottom: 25px;
  }
  .list_culture_two li:last-child {
    margin-bottom: 0;
  }
  .list_culture_two img {
    height: 4.25rem;
  }
  .list_culture .name,
  .list_culture_two .name {
    font-size: 20px;
    line-height: 34px;
  }
  .list_culture_two .name {
    margin: 5px 0;
  }
  .list_parent .ul li {
    width: 33.3%;
    padding: 0 8px;
    margin-bottom: 15px;
  }
  .list_parent .ul {
    margin: 15px -8px;
  }
  .mt60 {
    margin-top: 15px;
  }
  .list_pro .mt60 .col-6:nth-child(odd) {
    padding-right: 8px;
  }
  .list_pro .mt60 .col-6:nth-child(even) {
    padding-left: 8px;
  }
  .show_pro .margin {
    width: 100%;
  }
}
